3.61 \(\int \frac{c+d x^3}{(a+b x^3)^{10/3}} \, dx\)

Optimal. Leaf size=91 \[ \frac{3 x (a d+6 b c)}{28 a^3 b \sqrt [3]{a+b x^3}}+\frac{x (a d+6 b c)}{28 a^2 b \left (a+b x^3\right )^{4/3}}+\frac{x (b c-a d)}{7 a b \left (a+b x^3\right )^{7/3}} \]

[Out]

((b*c - a*d)*x)/(7*a*b*(a + b*x^3)^(7/3)) + ((6*b*c + a*d)*x)/(28*a^2*b*(a + b*x^3)^(4/3)) + (3*(6*b*c + a*d)*
x)/(28*a^3*b*(a + b*x^3)^(1/3))

________________________________________________________________________________________

Rubi [A]  time = 0.0275407, antiderivative size = 91, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.158, Rules used = {385, 192, 191} \[ \frac{3 x (a d+6 b c)}{28 a^3 b \sqrt [3]{a+b x^3}}+\frac{x (a d+6 b c)}{28 a^2 b \left (a+b x^3\right )^{4/3}}+\frac{x (b c-a d)}{7 a b \left (a+b x^3\right )^{7/3}} \]

Antiderivative was successfully verified.

[In]

Int[(c + d*x^3)/(a + b*x^3)^(10/3),x]

[Out]

((b*c - a*d)*x)/(7*a*b*(a + b*x^3)^(7/3)) + ((6*b*c + a*d)*x)/(28*a^2*b*(a + b*x^3)^(4/3)) + (3*(6*b*c + a*d)*
x)/(28*a^3*b*(a + b*x^3)^(1/3))

Rule 385

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> -Simp[((b*c - a*d)*x*(a + b*x^n)^(p +
 1))/(a*b*n*(p + 1)), x] - Dist[(a*d - b*c*(n*(p + 1) + 1))/(a*b*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /
; FreeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && (LtQ[p, -1] || ILtQ[1/n + p, 0])

Rule 192

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Simp[(x*(a + b*x^n)^(p + 1))/(a*n*(p + 1)), x] + Dist[(n*(p +
 1) + 1)/(a*n*(p + 1)), Int[(a + b*x^n)^(p + 1), x], x] /; FreeQ[{a, b, n, p}, x] && ILtQ[Simplify[1/n + p + 1
], 0] && NeQ[p, -1]

Rule 191

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^(p + 1))/a, x] /; FreeQ[{a, b, n, p}, x] &
& EqQ[1/n + p + 1, 0]

Rubi steps

\begin{align*} \int \frac{c+d x^3}{\left (a+b x^3\right )^{10/3}} \, dx &=\frac{(b c-a d) x}{7 a b \left (a+b x^3\right )^{7/3}}+\frac{(6 b c+a d) \int \frac{1}{\left (a+b x^3\right )^{7/3}} \, dx}{7 a b}\\ &=\frac{(b c-a d) x}{7 a b \left (a+b x^3\right )^{7/3}}+\frac{(6 b c+a d) x}{28 a^2 b \left (a+b x^3\right )^{4/3}}+\frac{(3 (6 b c+a d)) \int \frac{1}{\left (a+b x^3\right )^{4/3}} \, dx}{28 a^2 b}\\ &=\frac{(b c-a d) x}{7 a b \left (a+b x^3\right )^{7/3}}+\frac{(6 b c+a d) x}{28 a^2 b \left (a+b x^3\right )^{4/3}}+\frac{3 (6 b c+a d) x}{28 a^3 b \sqrt [3]{a+b x^3}}\\ \end{align*}

Mathematica [A]  time = 0.0277739, size = 59, normalized size = 0.65 \[ \frac{7 a^2 \left (4 c x+d x^4\right )+3 a b x^4 \left (14 c+d x^3\right )+18 b^2 c x^7}{28 a^3 \left (a+b x^3\right )^{7/3}} \]

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x^3)/(a + b*x^3)^(10/3),x]

[Out]

(18*b^2*c*x^7 + 3*a*b*x^4*(14*c + d*x^3) + 7*a^2*(4*c*x + d*x^4))/(28*a^3*(a + b*x^3)^(7/3))

________________________________________________________________________________________

Maple [A]  time = 0.003, size = 57, normalized size = 0.6 \begin{align*}{\frac{x \left ( 3\,abd{x}^{6}+18\,{b}^{2}c{x}^{6}+7\,{a}^{2}d{x}^{3}+42\,a{x}^{3}cb+28\,{a}^{2}c \right ) }{28\,{a}^{3}} \left ( b{x}^{3}+a \right ) ^{-{\frac{7}{3}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x^3+c)/(b*x^3+a)^(10/3),x)

[Out]

1/28*x*(3*a*b*d*x^6+18*b^2*c*x^6+7*a^2*d*x^3+42*a*b*c*x^3+28*a^2*c)/(b*x^3+a)^(7/3)/a^3

________________________________________________________________________________________

Maxima [A]  time = 0.965358, size = 116, normalized size = 1.27 \begin{align*} -\frac{{\left (4 \, b - \frac{7 \,{\left (b x^{3} + a\right )}}{x^{3}}\right )} d x^{7}}{28 \,{\left (b x^{3} + a\right )}^{\frac{7}{3}} a^{2}} + \frac{{\left (2 \, b^{2} - \frac{7 \,{\left (b x^{3} + a\right )} b}{x^{3}} + \frac{14 \,{\left (b x^{3} + a\right )}^{2}}{x^{6}}\right )} c x^{7}}{14 \,{\left (b x^{3} + a\right )}^{\frac{7}{3}} a^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^3+c)/(b*x^3+a)^(10/3),x, algorithm="maxima")

[Out]

-1/28*(4*b - 7*(b*x^3 + a)/x^3)*d*x^7/((b*x^3 + a)^(7/3)*a^2) + 1/14*(2*b^2 - 7*(b*x^3 + a)*b/x^3 + 14*(b*x^3
+ a)^2/x^6)*c*x^7/((b*x^3 + a)^(7/3)*a^3)

________________________________________________________________________________________

Fricas [A]  time = 1.7116, size = 188, normalized size = 2.07 \begin{align*} \frac{{\left (3 \,{\left (6 \, b^{2} c + a b d\right )} x^{7} + 7 \,{\left (6 \, a b c + a^{2} d\right )} x^{4} + 28 \, a^{2} c x\right )}{\left (b x^{3} + a\right )}^{\frac{2}{3}}}{28 \,{\left (a^{3} b^{3} x^{9} + 3 \, a^{4} b^{2} x^{6} + 3 \, a^{5} b x^{3} + a^{6}\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^3+c)/(b*x^3+a)^(10/3),x, algorithm="fricas")

[Out]

1/28*(3*(6*b^2*c + a*b*d)*x^7 + 7*(6*a*b*c + a^2*d)*x^4 + 28*a^2*c*x)*(b*x^3 + a)^(2/3)/(a^3*b^3*x^9 + 3*a^4*b
^2*x^6 + 3*a^5*b*x^3 + a^6)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x**3+c)/(b*x**3+a)**(10/3),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{d x^{3} + c}{{\left (b x^{3} + a\right )}^{\frac{10}{3}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x^3+c)/(b*x^3+a)^(10/3),x, algorithm="giac")

[Out]

integrate((d*x^3 + c)/(b*x^3 + a)^(10/3), x)